home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / classic.jar / skin / classic / global / toolbarbutton.css < prev    next >
Cascading Style Sheet File  |  2006-02-28  |  5KB  |  166 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Mozilla Public License Version
  5.  * 1.1 (the "License"); you may not use this file except in compliance with
  6.  * the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/MPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is Mozilla Communicator client code, released
  15.  * March 31, 1998.
  16.  *
  17.  * The Initial Developer of the Original Code is
  18.  * Netscape Communications Corporation.
  19.  * Portions created by the Initial Developer are Copyright (C) 1998-1999
  20.  * the Initial Developer. All Rights Reserved.
  21.  *
  22.  * Contributor(s):
  23.  *   Joe Hewitt (hewitt@netscape.com)
  24.  *
  25.  * Alternatively, the contents of this file may be used under the terms of
  26.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  27.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  28.  * in which case the provisions of the GPL or the LGPL are applicable instead
  29.  * of those above. If you wish to allow use of your version of this file only
  30.  * under the terms of either the GPL or the LGPL, and not to allow others to
  31.  * use your version of this file under the terms of the MPL, indicate your
  32.  * decision by deleting the provisions above and replace them with the notice
  33.  * and other provisions required by the GPL or the LGPL. If you do not delete
  34.  * the provisions above, a recipient may use your version of this file under
  35.  * the terms of any one of the MPL, the GPL or the LGPL.
  36.  *
  37.  * ***** END LICENSE BLOCK ***** */
  38.  
  39. /* ===== toolbarbutton.css =====================================================
  40.   == Styles used by the XUL button element.
  41.   ======================================================================= */
  42.  
  43. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  44.  
  45. /* ::::: toolbarbutton ::::: */
  46.  
  47. toolbarbutton {
  48.   -moz-appearance: toolbarbutton;
  49.   -moz-box-align: center;
  50.   -moz-box-pack: center;
  51.   margin: 0;
  52.   border: 1px solid transparent;
  53.   padding: 3px;
  54.   background-color: transparent;
  55.   color: -moz-DialogText;
  56. }
  57.  
  58. .toolbarbutton-icon {
  59.   -moz-margin-end: 5px;
  60. }
  61.  
  62. .toolbarbutton-text {
  63.   margin: 0 !important;
  64.   text-align: center;
  65. }
  66.  
  67. toolbarbutton.tabbable {
  68.   -moz-user-focus: normal !important;
  69. }
  70.  
  71. toolbarbutton:focus 
  72. {
  73.   /* -moz-appearance looks redundant here but is necessary.
  74.       Without it, the outline won't appear. */
  75.   -moz-appearance: toolbarbutton;
  76.   outline: 1px dotted -moz-DialogText;
  77.   -moz-outline-offset: -2px;
  78. }
  79.  
  80. toolbarbutton:hover,
  81. toolbarbutton[buttonover="true"] {
  82.   border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;
  83. }
  84.  
  85. toolbarbutton:hover:active,
  86. toolbarbutton[open="true"] {
  87.   border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow;
  88.   padding-top: 4px;
  89.   padding-bottom: 2px;
  90.   -moz-padding-start: 4px;
  91.   -moz-padding-end: 2px;
  92. }
  93.  
  94. toolbarbutton[disabled="true"],
  95. toolbarbutton[disabled="true"]:hover,
  96. toolbarbutton[disabled="true"]:hover:active,
  97. toolbarbutton[disabled="true"][open="true"] {
  98.   border-color: transparent;
  99.   padding: 3px;
  100.   color: GrayText !important;
  101. }
  102.  
  103. /* ..... checked state ..... */
  104.  
  105. toolbarbutton[checked="true"] {
  106.   border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow !important;
  107.   padding-top: 4px !important;
  108.   padding-bottom: 2px !important;
  109.   -moz-padding-start: 4px !important;
  110.   -moz-padding-end: 2px !important;
  111.   background-image: url("chrome://global/skin/toolbar/Lighten.png");
  112.   color: ButtonText;
  113. }
  114.  
  115. /* ::::: toolbarbutton menu ::::: */
  116.  
  117. .toolbarbutton-menu-dropmarker {
  118.   list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
  119.   -moz-image-region: auto; /* cut off inheritance */
  120. }
  121.  
  122. .toolbarbutton-menu-dropmarker[disabled="true"] {
  123.   list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
  124. }
  125.  
  126. /* ::::: toolbarbutton menu-button ::::: */
  127.  
  128. toolbarbutton[type="menu-button"] {
  129.   -moz-box-align: stretch;
  130.   -moz-box-orient: horizontal !important;
  131. }
  132.  
  133. toolbarbutton[type="menu-button"],
  134. toolbarbutton[type="menu-button"]:hover,
  135. toolbarbutton[type="menu-button"]:hover:active,
  136. toolbarbutton[type="menu-button"][open="true"],
  137. toolbarbutton[type="menu-button"][disabled="true"],
  138. toolbarbutton[type="menu-button"][disabled="true"]:hover,
  139. toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
  140.   border-style: none;
  141.   padding: 0 !important;
  142. }
  143.  
  144. .toolbarbutton-menubutton-button {
  145.   -moz-box-align: center;
  146.   -moz-box-pack: center;
  147.   -moz-box-orient: vertical;
  148. }
  149.  
  150. /* .......... dropmarker .......... */
  151.  
  152. .toolbarbutton-menubutton-dropmarker {
  153.   -moz-box-align: center;
  154.   padding: 3px;
  155.   list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
  156.   -moz-image-region: auto; /* cut off inheritance */
  157. }
  158.  
  159. .toolbarbutton-menubutton-dropmarker[disabled="true"] {
  160.   list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif") !important;
  161. }
  162.  
  163. toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker,
  164. toolbarbutton[type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-dropmarker {
  165. }
  166.